projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f32b54d
)
(list_of_items): Arg to push_menu_item was missing.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 18 Mar 1994 06:57:36 +0000
(06:57 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 18 Mar 1994 06:57:36 +0000
(06:57 +0000)
src/xmenu.c
patch
|
blob
|
history
diff --git
a/src/xmenu.c
b/src/xmenu.c
index 4a38b7f3bc5abb925a9b1be595dfc700e00c6718..0b6917664b46077d2bff003649ff4faf7dcb2a7c 100644
(file)
--- a/
src/xmenu.c
+++ b/
src/xmenu.c
@@
-608,7
+608,7
@@
list_of_items (pane)
{
item = Fcar (tail);
if (STRINGP (item))
- push_menu_item (item, Qnil, Qnil);
+ push_menu_item (item, Qnil, Qnil
, Qnil
);
else
{
CHECK_CONS (item, 0);